salvo-serve-static 0.45.0

Serve static assets for salvo web server framework.
Documentation

salvo-serve-static

Serve static assets for Salvo.

This is offical crate, so you can enable it in Cargo.toml like this:

salvo = { version = "*", features=["serve-static"] }

Documentation & Resources